Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

infutil.c File Reference

#include "zutil.h"
#include "infblock.h"
#include "inftrees.h"
#include "infcodes.h"
#include "infutil.h"

Include dependency graph for infutil.c:

Include dependency graph

Compounds

struct  inflate_codes_state

Functions

int inflate_flush (s, z, r) inflate_blocks_statef *s

Variables

uInt inflate_mask [17]
z_streamp z
int r

Function Documentation

int inflate_flush s   ,
z   ,
r   
 


Variable Documentation

uInt inflate_mask[17]
 

Initial value:

 {
    0x0000,
    0x0001, 0x0003, 0x0007, 0x000f, 0x001f, 0x003f, 0x007f, 0x00ff,
    0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff
}

int r
 

z_streamp z
 


Generated on Mon Sep 12 20:09:44 2005 for Destiny3D by doxygen1.3-rc3